home *** CD-ROM | disk | FTP | other *** search
- Path: erich.triumf.ca!bennett
- From: bennett@erich.triumf.ca (P.Bennett)
- Newsgroups: comp.lang.c
- Subject: Re: Help creating dir's in C
- Date: 7 Mar 1996 07:45 PST
- Organization: TRIUMF: Tri-University Meson Facility
- Distribution: world
- Message-ID: <7MAR199607452217@erich.triumf.ca>
- References: <4hlvu4$2hc@news.voicenet.com>
- NNTP-Posting-Host: erich.triumf.ca
- News-Software: VAX/VMS VNEWS 1.50
-
- In article <4hlvu4$2hc@news.voicenet.com>, The Hermit <deaton@cygnus.rsabbs.com> writes...
- > Please help me! I'm really stuck on this program that I'm writing in C/C++. I using Borland's Turbo C/C++ compiler 3.0 for DOS.
- >What I need to know how to do is create and remove DOS directories WITHIN the C program. I've even tried using inline ASM routines
- >and calling BIOS interrupts, but I'm not too keen on ASM and I crashed my PC. :) Any replies are appreciated...
-
- Opening my trusty TurboC library reference manual at random, I find a function
- called "mkdir() - creates a directory". It's desription says "see also
- rmdir(), chdir()..."
-
- Would these be of any help?
-
- Peter Bennett VE7CEI | Vessels shall be deemed to be in sight
- Internet: bennett@triumf.ca | of one another only when one can be
- Packet: ve7cei@ve7kit.#vanc.bc.ca | observed visually from the other
- TRIUMF, Vancouver, B.C., Canada | ColRegs 3(k)
- GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
- or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
-
-